Function libesedb_file_initialize

Source
pub unsafe extern "C" fn libesedb_file_initialize(
    file: *mut *mut libesedb_file_t,
    error: *mut *mut libesedb_error_t,
) -> c_int
Expand description

Creates a file Make sure the value file is referencing, is set to NULL Returns 1 if successful or -1 on error