pub unsafe extern "C" fn mbedtls_pk_load_file(
    path: *const c_char,
    buf: *mut *mut c_uchar,
    n: *mut usize
) -> c_int