Skip to main content

switch_core_directory_open

Function switch_core_directory_open 

Source
pub unsafe extern "C" fn switch_core_directory_open(
    dh: *mut switch_directory_handle_t,
    module_name: *mut c_char,
    source: *mut c_char,
    dsn: *mut c_char,
    passwd: *mut c_char,
    pool: *mut switch_memory_pool_t,
) -> switch_status_t