Skip to main content

switch_file_open

Function switch_file_open 

Source
pub unsafe extern "C" fn switch_file_open(
    newf: *mut *mut switch_file_t,
    fname: *const c_char,
    flag: i32,
    perm: switch_fileperms_t,
    pool: *mut switch_memory_pool_t,
) -> switch_status_t