Function nix_external_print

Source
pub unsafe extern "C" fn nix_external_print(
    context: *mut nix_c_context,
    printer: *mut nix_printer,
    str_: *const c_char,
) -> nix_err
Expand description

Print to the nix_printer

§Arguments

  • context [out] - Optional, stores error information
  • printer [out] - The nix_printer to print to
  • str [in] - The string to print

§Returns

NIX_OK if everything worked