Function iwp_tmpdir

Source
pub unsafe extern "C" fn iwp_tmpdir(
    out: *mut c_char,
    len: size_t,
) -> size_t
Expand description

Write system tmp directory path into provided out buffer. Write at most len bytes not including terminating NULL char. @return Number of bytes writen. Zero on error.