You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/* automatically generated by rust-bindgen */extern"C"{pubfnmalloc(size:::std::os::raw::c_ulong) -> *mut::std::os::raw::c_void;}
Expected Results
I'd expect that if --size_t-is-usize, then the function would take an usize instead of a raw::c_ulong.
The --size_t-is-usize seems to be ignored in this case?