Function mnn::prelude::pthread_once

source ยท
pub unsafe extern "C" fn pthread_once(
    control: *mut i32,
    routine: extern "C" fn(),
) -> i32