pa_xstrndup

Function pa_xstrndup 

Source
pub unsafe extern "C" fn pa_xstrndup(
    s: *const c_char,
    l: usize,
) -> *mut c_char
Expand description

Duplicates the specified string, but truncate after l characters.