SecTrustedApplicationCreateFromPath

Function SecTrustedApplicationCreateFromPath 

Source
pub unsafe extern "C-unwind" fn SecTrustedApplicationCreateFromPath(
    path: *const c_char,
    app: NonNull<*mut SecTrustedApplication>,
) -> i32
👎Deprecated: renamed to SecTrustedApplication::create_from_path
Available on crate features SecBase and SecTrustedApplication only.